name: tests_tapi run_id: commands[0] env HOME: /home/jenkins env LANG: C.UTF-8 env PATH: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi/bin:/opt/pyenv/bin:/tmp/venv-sFxK/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin env PYTHONHASHSEED: 1001881312 env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONIOENCODING: utf-8 env USE_ODL_ALT_KARAF_ENV: ./karaf221.env env USE_ODL_ALT_KARAF_INSTALL_DIR: karaf221 env INSTALL_TAPI: True env OLM_TIMER1: 3000 env OLM_TIMER2: 2000 env TOX_ENV_NAME: tests_tapi env TOX_WORK_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox env TOX_ENV_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi env VIRTUAL_ENV: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi metadata pid: 33903 cwd: /w/workspace/transportpce-tox-verify-transportpce-master/tests allow: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests_tapi/bin/*:launch_tests.sh cmd: ./launch_tests.sh tapi exit_code: 1 using environment variables from ./karaf221.env pytest -q transportpce_tests/tapi/test01_abstracted_topology.py ...............................................FFFF. [100%] =================================== FAILURES =================================== ________________ TransportTapitesting.test_48_disconnect_xpdra _________________ self = def test_48_disconnect_xpdra(self): response = test_utils.unmount_device("XPDR-A1") > self.assertIn(response.status_code, (requests.codes.ok, requests.codes.no_content)) E AssertionError: 409 not found in (200, 204) transportpce_tests/tapi/test01_abstracted_topology.py:679: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_48_disconnect_xpdra Searching for patterns in karaf.log... Pattern not found after 180 seconds! Node XPDR-A1 still not deleted from tpce topology... ________________ TransportTapitesting.test_49_disconnect_xpdrc _________________ self = def test_49_disconnect_xpdrc(self): response = test_utils.unmount_device("XPDR-C1") > self.assertIn(response.status_code, (requests.codes.ok, requests.codes.no_content)) E AssertionError: 409 not found in (200, 204) transportpce_tests/tapi/test01_abstracted_topology.py:683: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_49_disconnect_xpdrc Searching for patterns in karaf.log... Pattern not found after 180 seconds! Node XPDR-C1 still not deleted from tpce topology... _______________ TransportTapitesting.test_50_disconnect_spdr_sa1 _______________ self = def test_50_disconnect_spdr_sa1(self): response = test_utils.unmount_device("SPDR-SA1") > self.assertIn(response.status_code, (requests.codes.ok, requests.codes.no_content)) E AssertionError: 409 not found in (200, 204) transportpce_tests/tapi/test01_abstracted_topology.py:687: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_50_disconnect_spdr_sa1 Searching for patterns in karaf.log... Pattern not found after 180 seconds! Node SPDR-SA1 still not deleted from tpce topology... _______________ TransportTapitesting.test_51_disconnect_spdr_sc1 _______________ self = def test_51_disconnect_spdr_sc1(self): response = test_utils.unmount_device("SPDR-SC1") > self.assertIn(response.status_code, (requests.codes.ok, requests.codes.no_content)) E AssertionError: 409 not found in (200, 204) transportpce_tests/tapi/test01_abstracted_topology.py:691: AssertionError ----------------------------- Captured stdout call ----------------------------- execution of test_51_disconnect_spdr_sc1 Searching for patterns in karaf.log... Pattern not found after 180 seconds! Node SPDR-SC1 still not deleted from tpce topology... =========================== short test summary info ============================ FAILED transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_48_disconnect_xpdra FAILED transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_49_disconnect_xpdrc FAILED transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_50_disconnect_spdr_sa1 FAILED transportpce_tests/tapi/test01_abstracted_topology.py::TransportTapitesting::test_51_disconnect_spdr_sc1 4 failed, 48 passed in 931.39s (0:15:31)